Skip to content

[Backport release-25.05] dprint-plugins: update all plugins#454850

Merged
wolfgangwalther merged 1 commit intoNixOS:release-25.05from
phanirithvij:backport-453928-to-release-25.05
Oct 23, 2025
Merged

[Backport release-25.05] dprint-plugins: update all plugins#454850
wolfgangwalther merged 1 commit intoNixOS:release-25.05from
phanirithvij:backport-453928-to-release-25.05

Conversation

@phanirithvij
Copy link
Member

Manual backport to release-25.05, for #453928.

  • Before merging, ensure that this backport is acceptable for the release.
    • Even as a non-committer, if you find that it is not acceptable, leave a comment.

Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>

dprint-plugins: fix update script

Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
(cherry picked from commit cad32a2)
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This report is automatically generated by the PR / Check / cherry-pick CI workflow.

Some of the commits in this PR require the author's and reviewer's attention.

Sometimes it is not possible to cherry-pick exactly the same patch.
This most frequently happens when resolving merge conflicts.
The range-diff will help to review the resolution of conflicts.

If you need to merge this PR despite the warnings, please dismiss this review shortly before merging.

Warning

Difference between 66657de and original cad32a2 may warrant inspection.

Show diff
@@ Commit message
     Co-authored-by: Kenichi Kamiya <kachick1@gmail.com>
     Co-authored-by: Wolfgang Walther <walther@technowledgy.de>
     Signed-off-by: phanirithvij <phanirithvij2000@gmail.com>
+    (cherry picked from commit cad32a24812b17a574b1ce57a7885dd4459f9f4a)
 
  ## pkgs/by-name/dp/dprint/plugins/dprint-plugin-dockerfile.nix ##
 @@
  { mkDprintPlugin }:
  mkDprintPlugin {
-   description = "Dockerfile code formatter";
+-  description = "Dockerfile code formatter.";
 -  hash = "sha256-gsfMLa4zw8AblOS459ZS9OZrkGCQi5gBN+a3hvOsspk=";
++  description = "Dockerfile code formatter";
 +  hash = "sha256-GaK1sYdZPwQWJmz2ULcsGpWDiKjgPhqNRoGgQfGOkqc=";
    initConfig = {
      configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/dprint-plugin-ruff.nix
 @@
  { mkDprintPlugin }:
  mkDprintPlugin {
-   description = "Ruff (Python) wrapper plugin";
+-  description = "Ruff (Python) wrapper plugin.";
 -  hash = "sha256-15InHQgF9c0Js4yUJxmZ1oNj1O16FBU12u/GOoaSAJ8=";
++  description = "Ruff (Python) wrapper plugin";
 +  hash = "sha256-qT+6zPbX3KrONXshwzLoGTWRXM93VKO0lN9ycJujEDM=";
    initConfig = {
      configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-malva.nix
 @@
  { mkDprintPlugin }:
  mkDprintPlugin {
-   description = "CSS, SCSS, Sass and Less formatter";
+-  description = "CSS, SCSS, Sass and Less formatter.";
 -  hash = "sha256-mFlhfqtglKtKNls96PO/2AWLL1fNC5msQCd9EgdKauE=";
++  description = "CSS, SCSS, Sass and Less formatter";
 +  hash = "sha256-IAIix6c9/GNDZsRk95T/rpvMh7HqFgBoq5KDVYHHOjU=";
    initConfig = {
      configExcludes = [ "**/node_modules" ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-markup_fmt.nix
 @@
  { mkDprintPlugin }:
  mkDprintPlugin {
-   description = "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter";
+-  description = "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter.";
 -  hash = "sha256-fCvurr8f79io/jIjwCfwr/WGjvcKZtptRrx9GFfytSI=";
++  description = "HTML, Vue, Svelte, Astro, Angular, Jinja, Twig, Nunjucks, and Vento formatter";
 +  hash = "sha256-TQxHIw5IXZwFA/WzIJ33ZckJNkHwW67lnh0cCGkgmrs=";
    initConfig = {
      configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-pretty_graphql.nix
 @@
  { mkDprintPlugin }:
  mkDprintPlugin {
-   description = "GraphQL formatter";
+-  description = "GraphQL formatter.";
 -  hash = "sha256-PlQwpR0tMsghMrOX7is+anN57t9xa9weNtoWpc0E9ec=";
++  description = "GraphQL formatter";
 +  hash = "sha256-xEEBnmxxiIPNOePBDS2HG6lfAhR4l53w+QDF2mXdyzg=";
    initConfig = {
      configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-pretty_yaml.nix
 @@
  { mkDprintPlugin }:
  mkDprintPlugin {
-   description = "YAML formatter";
+-  description = "YAML formatter.";
 -  hash = "sha256-6ua021G7ZW7Ciwy/OHXTA1Joj9PGEx3SZGtvaA//gzo=";
++  description = "YAML formatter";
 +  hash = "sha256-iSh5SRrjQB1hJoKkkup7R+Durcu+cxePa7GDVjwnexU=";
    initConfig = {
      configExcludes = [ ];
@@ pkgs/by-name/dp/dprint/plugins/g-plane-pretty_yaml.nix: mkDprintPlugin {
  ## pkgs/by-name/dp/dprint/plugins/update-plugins.py ##
 @@
  #!/usr/bin/env nix-shell
--#!nix-shell -i python -p nix 'python3.withPackages (pp: [ pp.requests ])'
+-#!nix-shell -i python -p nix nixfmt-rfc-style 'python3.withPackages (pp: [ pp.requests ])'
 +#!nix-shell -i python3 -p nix 'python3.withPackages (ps: [ ps.requests ])'
  
  import json

Hint: The full diffs are also available in the runner logs with slightly better highlighting.

@nixpkgs-ci nixpkgs-ci bot added 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes. 4.workflow: backport This targets a stable branch labels Oct 23, 2025
@nix-owners nix-owners bot requested review from kachick and khrj October 23, 2025 11:07
@phanirithvij
Copy link
Member Author

nixpkgs-review result

Generated using nixpkgs-review-gha

Command: nixpkgs-review pr 454850

Logs: https://github.com/phanirithvij/nixpkgs-review-gha/actions/runs/18746220093


x86_64-linux

✅ 6 packages built:
  • dprint-plugins.dprint-plugin-dockerfile
  • dprint-plugins.dprint-plugin-ruff
  • dprint-plugins.g-plane-malva
  • dprint-plugins.g-plane-markup_fmt
  • dprint-plugins.g-plane-pretty_graphql
  • dprint-plugins.g-plane-pretty_yaml

aarch64-linux

✅ 6 packages built:
  • dprint-plugins.dprint-plugin-dockerfile
  • dprint-plugins.dprint-plugin-ruff
  • dprint-plugins.g-plane-malva
  • dprint-plugins.g-plane-markup_fmt
  • dprint-plugins.g-plane-pretty_graphql
  • dprint-plugins.g-plane-pretty_yaml

x86_64-darwin (sandbox = true)

✅ 6 packages built:
  • dprint-plugins.dprint-plugin-dockerfile
  • dprint-plugins.dprint-plugin-ruff
  • dprint-plugins.g-plane-malva
  • dprint-plugins.g-plane-markup_fmt
  • dprint-plugins.g-plane-pretty_graphql
  • dprint-plugins.g-plane-pretty_yaml

aarch64-darwin (sandbox = true)

✅ 6 packages built:
  • dprint-plugins.dprint-plugin-dockerfile
  • dprint-plugins.dprint-plugin-ruff
  • dprint-plugins.g-plane-malva
  • dprint-plugins.g-plane-markup_fmt
  • dprint-plugins.g-plane-pretty_graphql
  • dprint-plugins.g-plane-pretty_yaml

@wolfgangwalther wolfgangwalther added this pull request to the merge queue Oct 23, 2025
Copy link
Member

@kachick kachick left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nixpkgs-review result

Generated using nixpkgs-review.

Command: nixpkgs-review pr 454850
Commit: 66657deebf8583f37aa76e29df1bdfe7d699bbde


x86_64-linux

✅ 6 packages built:
  • dprint-plugins.dprint-plugin-dockerfile
  • dprint-plugins.dprint-plugin-ruff
  • dprint-plugins.g-plane-malva
  • dprint-plugins.g-plane-markup_fmt
  • dprint-plugins.g-plane-pretty_graphql
  • dprint-plugins.g-plane-pretty_yaml

aarch64-darwin

✅ 6 packages built:
  • dprint-plugins.dprint-plugin-dockerfile
  • dprint-plugins.dprint-plugin-ruff
  • dprint-plugins.g-plane-malva
  • dprint-plugins.g-plane-markup_fmt
  • dprint-plugins.g-plane-pretty_graphql
  • dprint-plugins.g-plane-pretty_yaml

Merged via the queue into NixOS:release-25.05 with commit d5648ca Oct 23, 2025
30 of 34 checks passed
@phanirithvij phanirithvij deleted the backport-453928-to-release-25.05 branch October 23, 2025 11:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

4.workflow: backport This targets a stable branch 10.rebuild-darwin: 1-10 This PR causes between 1 and 10 packages to rebuild on Darwin. 10.rebuild-linux: 1-10 This PR causes between 1 and 10 packages to rebuild on Linux. 11.by: package-maintainer This PR was created by a maintainer of all the package it changes.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants